projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e5b6da
)
Fixed the test
author
Kalita Alexey
<kalita.alexey@outlook.com>
Fri, 20 Jan 2017 06:50:13 +0000
(09:50 +0300)
committer
Kalita Alexey
<kalita.alexey@outlook.com>
Fri, 20 Jan 2017 06:50:13 +0000
(09:50 +0300)
tests/build.rs
patch
|
blob
|
history
diff --git
a/tests/build.rs
b/tests/build.rs
index 549ae35e8758a9bf5cc81031165134a133131ab5..ced65b219ac61e8d01d4dbe78d1d8e5c88580f9c 100644
(file)
--- a/
tests/build.rs
+++ b/
tests/build.rs
@@
-1952,6
+1952,10
@@
fn example_as_dylib() {
#[test]
fn example_as_proc_macro() {
+ if !is_nightly() {
+ return;
+ }
+
let p = project("foo")
.file("Cargo.toml", r#"
[package]